Skip to main content

All Questions

Tagged with
1vote
2answers
3kviews

MySQL with mutiple threads and processes

I'm developing a telecom messaging platform in C, and I'm going to need multiple processes to be working with MySQL DB. How can I make two processes read/write to/from a Mysql DB and, if/when one of ...
poly's user avatar
  • 437

close